home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / ToolTipManager$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  929 b   |  24 lines

  1. package javax.swing;
  2.  
  3. import java.awt.Component;
  4. import java.awt.event.ActionEvent;
  5. import java.awt.event.ActionListener;
  6. import java.util.EventObject;
  7.  
  8. final class ToolTipManager$2 implements ActionListener {
  9.    // $FF: synthetic field
  10.    private final ToolTipManager this$0;
  11.  
  12.    // $FF: synthetic method
  13.    ToolTipManager$2(ToolTipManager var1) {
  14.       this.this$0 = var1;
  15.    }
  16.  
  17.    public void actionPerformed(ActionEvent var1) {
  18.       this.this$0.hideTipWindow();
  19.       JComponent var2 = (JComponent)((EventObject)var1).getSource();
  20.       ((Component)var2).removeFocusListener(ToolTipManager.access$0(this.this$0));
  21.       this.this$0.preferredLocation = null;
  22.    }
  23. }
  24.